home *** CD-ROM | disk | FTP | other *** search
/ Aminet 34 / Aminet 34 (2000)(Schatztruhe)[!][Dec 1999].iso / Aminet / comm / irc / cybershiela.lha / cs / quotes2.amirx < prev    next >
Text File  |  1999-07-05  |  5KB  |  70 lines

  1. /* Quote File Auto Converted to Arexx by Zonkerz */
  2. xx=random(1,63,time('s'))
  3. select
  4. when xx=1 then a="If anything can go wrong, it will."
  5. when xx=2 then a="If there is a possibility of several things going wrong, the one that will cause the most damage will be the one to go wrong.<BR> Corollary: If there is a worse time for something to go wrong, it will happen then."
  6. when xx=3 then a="If anything just cannot go wrong, it will anyway."
  7. when xx=4 then a="If you perceive that there are four possible ways in which something can go wrong, and circumvent"
  8. when xx=5 then a="these, then a fifth way, unprepared for, will promptly develop."
  9. when xx=6 then a="Left to themselves, things tend to go from bad to worse."
  10. when xx=7 then a="If everything seems to be going well, you have obviously overlooked something. "
  11. when xx=8 then a="Nature always sides with the hidden flaw."
  12. when xx=9 then a="Mother nature is a bitch."
  13. when xx=10 then a="The legibility of a copy is inversely proportional to its importance."
  14. when xx=11 then a="When there is a very long road upon which there is a one-way bridge placed at random, and there are only two cars on that road, it follows that:"
  15. when xx=12 then a="the two cars are going in opposite directions, and"
  16. when xx=13 then a="they will always meet at the bridge."
  17. when xx=14 then a="Things get worse under pressure."
  18. when xx=15 then a="Smile . . . tomorrow will be worse."
  19. when xx=16 then a="Everything goes wrong all at once."
  20. when xx=17 then a="Matter will be damaged in direct proportion to its value"
  21. when xx=18 then a="Enough research will tend to support your theory."
  22. when xx=19 then a="In nature, nothing is ever right. Therefore, if everything is going right ... something is wrong."
  23. when xx=20 then a="Anything that can go wrong will go wrong."
  24. when xx=21 then a="It is impossible to make anything foolproof because fools are so ingenious."
  25. when xx=22 then a="Left to themselves, things tend to go from bad to worse."
  26. when xx=23 then a="Nothing is as easy as it looks."
  27. when xx=24 then a="Everything takes longer than you think."
  28. when xx=25 then a="If anything simply cannot go wrong, it will anyway."
  29. when xx=26 then a="Whenever you set out to do something, something else must be done first."
  30. when xx=27 then a="Every solution breeds new problems."
  31. when xx=28 then a="The legibility of a copy is inversely proportional to its importance."
  32. when xx=29 then a="Matter will be damaged in direct proportion to its value"
  33. when xx=30 then a="You cannot successfully determine beforehand which side of the bread to butter."
  34. when xx=31 then a="The chance of the bread falling with the buttered side down is directly proportional to the cost of the carpet."
  35. when xx=32 then a="You will always find something in the last place you look."
  36. when xx=33 then a="No matter how long or how hard you shop for an item, after you've bought it, it will be on sale somewhere cheaper."
  37. when xx=34 then a="The other line always moves faster."
  38. when xx=35 then a="In order to get a loan, you must first prove you don't need it."
  39. when xx=36 then a="Anything you try to fix will take longer and cost you more than you thought."
  40. when xx=37 then a="If you fool around with a thing for very long you will screw it up."
  41. when xx=38 then a="If it jams - force it. If it breaks, it needed replacing anyway."
  42. when xx=39 then a="When a broken appliance is demonstrated for the repairman, it will work perfectly."
  43. when xx=40 then a="Build a system that even a fool can use, and only a fool will use it."
  44. when xx=41 then a="Everyone has a scheme for getting rich that will not work."
  45. when xx=42 then a="In any hierarchy, each individual rises to his own level of incompetence, and then remains there."
  46. when xx=43 then a="There's never time to do it right, but there's always time to do it over."
  47. when xx=44 then a="When in doubt, mumble. When in trouble, delegate."
  48. when xx=45 then a="Anything good in life is either illegal, immoral or fattening."
  49. when xx=46 then a="Murphy's golden rule: whoever has the gold makes the rules."
  50. when xx=47 then a="A Smith & Wesson beats four aces."
  51. when xx=48 then a="In case of doubt, make it sound convincing."
  52. when xx=49 then a="Never argue with a fool, people might not know the difference."
  53. when xx=50 then a="No good deed goes unpunished. "
  54. when xx=51 then a="Penza's law about maths lessons:<BR>"
  55. when xx=52 then a="The porter will knock at the door at the most crucial point of the lesson.  "
  56. when xx=53 then a="Where patience fails, force prevails. "
  57. when xx=54 then a="for any given software, the moment you manage to master it, a new version of that software appears in the market. "
  58. when xx=55 then a="'Anything dropped in the bathroom will fall in the toilet.<BR>"
  59. when xx=56 then a="If you want something bad enough, chances are you won't get it."
  60. when xx=57 then a="If you think you are doing the right thing, chances are it will back-fire in your face."
  61. when xx=58 then a="When waiting for traffic, chances are that when one lane clears the other is congested."
  62. when xx=59 then a="Just when you think things cannot get any worse, they will."
  63. when xx=60 then a="Remember the 'Boomer-rang' effect; Whatever you do will always come back."
  64. when xx=61 then a="If you re-act to actions, you've acted on actions."
  65. when xx=62 then a="He who angers you controls you, there-fore you have no control over your anger. "
  66. when xx=63 then a="Murphy was an optimist"
  67. end
  68. 'say 5 Quotes:6' A
  69. exit
  70.